GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdtemplate-populator |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
template-populator-1.0.0.pom | |
template-populator-1.0.0.jar | 7 KB |
template-populator-1.0.0-sources.jar | 3 KB |
template-populator-1.0.0-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/template-populator/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>template-populator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/template-populator/
implementation 'com.github.michaelruocco:template-populator:1.0.0'
// https://jarcasting.com/artifacts/com.github.michaelruocco/template-populator/
implementation ("com.github.michaelruocco:template-populator:1.0.0")
'com.github.michaelruocco:template-populator:jar:1.0.0'
<dependency org="com.github.michaelruocco" name="template-populator" rev="1.0.0">
<artifact name="template-populator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='template-populator', version='1.0.0')
)
libraryDependencies += "com.github.michaelruocco" % "template-populator" % "1.0.0"
[com.github.michaelruocco/template-populator "1.0.0"]