GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdtemplate-populator |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
template-populator-1.0.1.pom | |
template-populator-1.0.1.jar | 7 KB |
template-populator-1.0.1-sources.jar | 3 KB |
template-populator-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/template-populator/
implementation 'com.github.michaelruocco:template-populator:1.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/template-populator/
implementation ("com.github.michaelruocco:template-populator:1.0.1")
'com.github.michaelruocco:template-populator:jar:1.0.1'
<dependency org="com.github.michaelruocco" name="template-populator" rev="1.0.1">
<artifact name="template-populator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='template-populator', version='1.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "template-populator" % "1.0.1"
[com.github.michaelruocco/template-populator "1.0.1"]