GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdlibrary-template |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
library-template-0.1.0.pom | |
library-template-0.1.0.jar | 1 KB |
library-template-0.1.0-sources.jar | 915 bytes |
library-template-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/library-template/
implementation 'com.github.michaelruocco:library-template:0.1.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/library-template/
implementation ("com.github.michaelruocco:library-template:0.1.0")
'com.github.michaelruocco:library-template:jar:0.1.0'
<dependency org="com.github.michaelruocco" name="library-template" rev="0.1.0">
<artifact name="library-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='library-template', version='0.1.0')
)
libraryDependencies += "com.github.michaelruocco" % "library-template" % "0.1.0"
[com.github.michaelruocco/library-template "0.1.0"]