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