GroupId | GroupIdio.github.sebivenlo |
---|---|
ArtifactId | ArtifactIdtesteasypom |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
testeasypom-1.0.0.pom | 45 KB |
testeasypom-1.0.0-jar-with-dependencies.jar | 310 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/ -->
<dependency>
<groupId>io.github.sebivenlo</groupId>
<artifactId>testeasypom</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/
implementation 'io.github.sebivenlo:testeasypom:1.0.0'
// https://jarcasting.com/artifacts/io.github.sebivenlo/testeasypom/
implementation ("io.github.sebivenlo:testeasypom:1.0.0")
'io.github.sebivenlo:testeasypom:jar:1.0.0'
<dependency org="io.github.sebivenlo" name="testeasypom" rev="1.0.0">
<artifact name="testeasypom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sebivenlo', module='testeasypom', version='1.0.0')
)
libraryDependencies += "io.github.sebivenlo" % "testeasypom" % "1.0.0"
[io.github.sebivenlo/testeasypom "1.0.0"]