is not current version
Last Version 1.3.1

com.base4j:base4j 1.0.5

a base java project.

GroupId

GroupId

com.base4j
ArtifactId

ArtifactId

base4j
Version

Version

1.0.5
Type

Type

pom

Download base4j 1.0.5

Filename Size
base4j-1.0.5.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/com.base4j/base4j/ -->
<dependency>
    <groupId>com.base4j</groupId>
    <artifactId>base4j</artifactId>
    <version>1.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.base4j/base4j/
implementation 'com.base4j:base4j:1.0.5'
// https://jarcasting.com/artifacts/com.base4j/base4j/
implementation ("com.base4j:base4j:1.0.5")
'com.base4j:base4j:pom:1.0.5'
<dependency org="com.base4j" name="base4j" rev="1.0.5">
  <artifact name="base4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.base4j', module='base4j', version='1.0.5')
)
libraryDependencies += "com.base4j" % "base4j" % "1.0.5"
[com.base4j/base4j "1.0.5"]