is not current version
Last Version 1.1.0-RELEASE

ru.upagge:upagge-utils 1.0.0-RELEASE

An example to demonstrate the ability to publish to Maven Central

GroupId

GroupId

ru.upagge
ArtifactId

ArtifactId

upagge-utils
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download upagge-utils 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/ru.upagge/upagge-utils/ -->
<dependency>
    <groupId>ru.upagge</groupId>
    <artifactId>upagge-utils</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ru.upagge/upagge-utils/
implementation 'ru.upagge:upagge-utils:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/ru.upagge/upagge-utils/
implementation ("ru.upagge:upagge-utils:1.0.0-RELEASE")
'ru.upagge:upagge-utils:jar:1.0.0-RELEASE'
<dependency org="ru.upagge" name="upagge-utils" rev="1.0.0-RELEASE">
  <artifact name="upagge-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.upagge', module='upagge-utils', version='1.0.0-RELEASE')
)
libraryDependencies += "ru.upagge" % "upagge-utils" % "1.0.0-RELEASE"
[ru.upagge/upagge-utils "1.0.0-RELEASE"]