is not current version
Last Version 1.1

com.github.simongregersen:maven-deploy-test 1.0

My test

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.simongregersen
ArtifactId

ArtifactId

maven-deploy-test
Version

Version

1.0
Type

Type

jar

Download maven-deploy-test 1.0


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