| GroupId | GroupIdcom.github.marcoferrer.krotoplus |
|---|---|
| ArtifactId | ArtifactIdkroto-plus-test |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| kroto-plus-test-0.2.0.pom | |
| kroto-plus-test-0.2.0.jar | 12 KB |
| kroto-plus-test-0.2.0-sources.jar | 2 KB |
| kroto-plus-test-0.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/kroto-plus-test/ -->
<dependency>
<groupId>com.github.marcoferrer.krotoplus</groupId>
<artifactId>kroto-plus-test</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/kroto-plus-test/
implementation 'com.github.marcoferrer.krotoplus:kroto-plus-test:0.2.0'
// https://jarcasting.com/artifacts/com.github.marcoferrer.krotoplus/kroto-plus-test/
implementation ("com.github.marcoferrer.krotoplus:kroto-plus-test:0.2.0")
'com.github.marcoferrer.krotoplus:kroto-plus-test:jar:0.2.0'
<dependency org="com.github.marcoferrer.krotoplus" name="kroto-plus-test" rev="0.2.0">
<artifact name="kroto-plus-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcoferrer.krotoplus', module='kroto-plus-test', version='0.2.0')
)
libraryDependencies += "com.github.marcoferrer.krotoplus" % "kroto-plus-test" % "0.2.0"
[com.github.marcoferrer.krotoplus/kroto-plus-test "0.2.0"]