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