GroupId | GroupIdcom.github.microtweak |
---|---|
ArtifactId | ArtifactIdjac4e-test |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jac4e-test-0.0.2.pom | |
jac4e-test-0.0.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.microtweak/jac4e-test/ -->
<dependency>
<groupId>com.github.microtweak</groupId>
<artifactId>jac4e-test</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microtweak/jac4e-test/
implementation 'com.github.microtweak:jac4e-test:0.0.2'
// https://jarcasting.com/artifacts/com.github.microtweak/jac4e-test/
implementation ("com.github.microtweak:jac4e-test:0.0.2")
'com.github.microtweak:jac4e-test:jar:0.0.2'
<dependency org="com.github.microtweak" name="jac4e-test" rev="0.0.2">
<artifact name="jac4e-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microtweak', module='jac4e-test', version='0.0.2')
)
libraryDependencies += "com.github.microtweak" % "jac4e-test" % "0.0.2"
[com.github.microtweak/jac4e-test "0.0.2"]