sergeych / mp_stools

Collection of multiplatofrm string tools that does not exist on all platforms with the same interface: string and datetime formatting, etc. USeful fo write MP libraries and applications
MIT License
25 stars 0 forks source link

Repository maven.universablockchain.com domain is unreachable #2

Closed ComBatVision closed 2 years ago

ComBatVision commented 2 years ago

Do you plan to release this project on maven central repository to avoid adding additional repositories in project? Знімок екрану з 2022-05-01 23-20-07

I have added your library via jitpack.io: repositories { maven("https://jitpack.io") }

implementation("com.github.sergeych:mp_stools:1.2.2")

But I got following error during build: Could not resolve com.github.sergeych.mp_stools:mp_stools-native:1.2.2. Required by: project :worldwind > com.github.sergeych:mp_stools:1.2.2

sergeych commented 2 years ago

Please add the repository, as described in readme:

repositories {
    // ...
    maven("https://maven.universablockchain.com/")
}

then add dependency:

dependencies {
    //...  
    // see versions explained below
    implementation("net.sergeych:mp_stools:1.2.2")
}

It is working, using it almost daily

sergeych commented 2 years ago

still working up to now, so I'm closing it.