GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdmvntemplate |
Version | Version0.0.9 |
Type | Typepom |
Filename | Size |
---|---|
mvntemplate-0.0.9.pom | 799 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/mvntemplate/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>mvntemplate</artifactId>
<version>0.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/mvntemplate/
implementation 'org.tinygroup:mvntemplate:0.0.9'
// https://jarcasting.com/artifacts/org.tinygroup/mvntemplate/
implementation ("org.tinygroup:mvntemplate:0.0.9")
'org.tinygroup:mvntemplate:pom:0.0.9'
<dependency org="org.tinygroup" name="mvntemplate" rev="0.0.9">
<artifact name="mvntemplate" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='mvntemplate', version='0.0.9')
)
libraryDependencies += "org.tinygroup" % "mvntemplate" % "0.0.9"
[org.tinygroup/mvntemplate "0.0.9"]