GroupId | GroupIdcom.github.microtweak |
---|---|
ArtifactId | ArtifactIdjbx4j-core |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jbx4j-core-1.1.0.pom | |
jbx4j-core-1.1.0.jar | 30 KB |
jbx4j-core-1.1.0-tests.jar | 38 KB |
jbx4j-core-1.1.0-sources.jar | 21 KB |
jbx4j-core-1.1.0-javadoc.jar | 546 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-core/ -->
<dependency>
<groupId>com.github.microtweak</groupId>
<artifactId>jbx4j-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-core/
implementation 'com.github.microtweak:jbx4j-core:1.1.0'
// https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-core/
implementation ("com.github.microtweak:jbx4j-core:1.1.0")
'com.github.microtweak:jbx4j-core:jar:1.1.0'
<dependency org="com.github.microtweak" name="jbx4j-core" rev="1.1.0">
<artifact name="jbx4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microtweak', module='jbx4j-core', version='1.1.0')
)
libraryDependencies += "com.github.microtweak" % "jbx4j-core" % "1.1.0"
[com.github.microtweak/jbx4j-core "1.1.0"]