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