Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.kokuwa.test |
ArtifactId | ArtifactIdmaven-actions-test |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
maven-actions-test-0.0.1.pom | |
maven-actions-test-0.0.1.jar | 2 KB |
maven-actions-test-0.0.1-sources.jar | 2 KB |
maven-actions-test-0.0.1-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kokuwa.test/maven-actions-test/ -->
<dependency>
<groupId>io.kokuwa.test</groupId>
<artifactId>maven-actions-test</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.kokuwa.test/maven-actions-test/
implementation 'io.kokuwa.test:maven-actions-test:0.0.1'
// https://jarcasting.com/artifacts/io.kokuwa.test/maven-actions-test/
implementation ("io.kokuwa.test:maven-actions-test:0.0.1")
'io.kokuwa.test:maven-actions-test:jar:0.0.1'
<dependency org="io.kokuwa.test" name="maven-actions-test" rev="0.0.1">
<artifact name="maven-actions-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kokuwa.test', module='maven-actions-test', version='0.0.1')
)
libraryDependencies += "io.kokuwa.test" % "maven-actions-test" % "0.0.1"
[io.kokuwa.test/maven-actions-test "0.0.1"]