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