License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdlibrary-template |
Last Version | Last Version0.1.24 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlibrary-template
Template repo to speed up creating new library projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-template-0.1.24.pom | |
library-template-0.1.24.jar | 1 KB |
library-template-0.1.24-sources.jar | 915 bytes |
library-template-0.1.24-javadoc.jar | 384 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/library-template/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>library-template</artifactId>
<version>0.1.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/library-template/
implementation 'com.github.michaelruocco:library-template:0.1.24'
// https://jarcasting.com/artifacts/com.github.michaelruocco/library-template/
implementation ("com.github.michaelruocco:library-template:0.1.24")
'com.github.michaelruocco:library-template:jar:0.1.24'
<dependency org="com.github.michaelruocco" name="library-template" rev="0.1.24">
<artifact name="library-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='library-template', version='0.1.24')
)
libraryDependencies += "com.github.michaelruocco" % "library-template" % "0.1.24"
[com.github.michaelruocco/library-template "0.1.24"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |