is not current version
Last Version 0.1.2

com.github.secondbase:secondbase 0.1.0

A collection of helper tools in the form of Java libraries optionally controlled through command line arguments.

GroupId

GroupId

com.github.secondbase
ArtifactId

ArtifactId

secondbase
Version

Version

0.1.0
Type

Type

pom

Download secondbase 0.1.0

Filename Size
secondbase-0.1.0.pom 9 KB
Browse

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