is not current version
Last Version 1.1.1

com.github.kozlovzxc:maven-central-test 1.0.0

My first library publised to maven central

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.kozlovzxc
ArtifactId

ArtifactId

maven-central-test
Version

Version

1.0.0
Type

Type

jar

Download maven-central-test 1.0.0


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