GroupId | GroupIdcom.anrisoftware.resources |
---|---|
ArtifactId | ArtifactIdresources-templates |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
resources-templates-2.0.pom | |
resources-templates-2.0.jar | 19 KB |
resources-templates-2.0-tests.jar | 2 KB |
resources-templates-2.0-sources.jar | 22 KB |
resources-templates-2.0-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-templates/ -->
<dependency>
<groupId>com.anrisoftware.resources</groupId>
<artifactId>resources-templates</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-templates/
implementation 'com.anrisoftware.resources:resources-templates:2.0'
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-templates/
implementation ("com.anrisoftware.resources:resources-templates:2.0")
'com.anrisoftware.resources:resources-templates:jar:2.0'
<dependency org="com.anrisoftware.resources" name="resources-templates" rev="2.0">
<artifact name="resources-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.resources', module='resources-templates', version='2.0')
)
libraryDependencies += "com.anrisoftware.resources" % "resources-templates" % "2.0"
[com.anrisoftware.resources/resources-templates "2.0"]