License |
License |
---|---|
GroupId | GroupIdcom.github.secondbase |
ArtifactId | ArtifactIdsecondbase |
Version | Version0.1.2 |
Type | Typepom |
Description |
DescriptionSecondBase
A collection of helper tools in the form of Java libraries optionally
controlled through command line arguments.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
secondbase-0.1.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.secondbase/secondbase/ -->
<dependency>
<groupId>com.github.secondbase</groupId>
<artifactId>secondbase</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.secondbase/secondbase/
implementation 'com.github.secondbase:secondbase:0.1.2'
// https://jarcasting.com/artifacts/com.github.secondbase/secondbase/
implementation ("com.github.secondbase:secondbase:0.1.2")
'com.github.secondbase:secondbase:pom:0.1.2'
<dependency org="com.github.secondbase" name="secondbase" rev="0.1.2">
<artifact name="secondbase" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.secondbase', module='secondbase', version='0.1.2')
)
libraryDependencies += "com.github.secondbase" % "secondbase" % "0.1.2"
[com.github.secondbase/secondbase "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jul-to-slf4j | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.8.47 |