| GroupId | GroupIdcom.base4j |
|---|---|
| ArtifactId | ArtifactIdbase4j |
| Version | Version1.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| base4j-1.0.4.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.base4j/base4j/ -->
<dependency>
<groupId>com.base4j</groupId>
<artifactId>base4j</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.base4j/base4j/
implementation 'com.base4j:base4j:1.0.4'
// https://jarcasting.com/artifacts/com.base4j/base4j/
implementation ("com.base4j:base4j:1.0.4")
'com.base4j:base4j:pom:1.0.4'
<dependency org="com.base4j" name="base4j" rev="1.0.4">
<artifact name="base4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.base4j', module='base4j', version='1.0.4')
)
libraryDependencies += "com.base4j" % "base4j" % "1.0.4"
[com.base4j/base4j "1.0.4"]