Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.simongregersen |
ArtifactId | ArtifactIdmaven-deploy-test |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
maven-deploy-test-1.0.pom | |
maven-deploy-test-1.0.jar | 2 KB |
maven-deploy-test-1.0-sources.jar | 1 KB |
maven-deploy-test-1.0-javadoc.jar | 19 KB |
Browse |
<!-- 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"]