is not current version
Last Version 1.2.4

org.tinygroup:mvntemplate 1.2.2


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

mvntemplate
Version

Version

1.2.2
Type

Type

pom

Download mvntemplate 1.2.2

Filename Size
mvntemplate-1.2.2.pom 754 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.tinygroup/mvntemplate/ -->
<dependency>
    <groupId>org.tinygroup</groupId>
    <artifactId>mvntemplate</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/mvntemplate/
implementation 'org.tinygroup:mvntemplate:1.2.2'
// https://jarcasting.com/artifacts/org.tinygroup/mvntemplate/
implementation ("org.tinygroup:mvntemplate:1.2.2")
'org.tinygroup:mvntemplate:pom:1.2.2'
<dependency org="org.tinygroup" name="mvntemplate" rev="1.2.2">
  <artifact name="mvntemplate" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='mvntemplate', version='1.2.2')
)
libraryDependencies += "org.tinygroup" % "mvntemplate" % "1.2.2"
[org.tinygroup/mvntemplate "1.2.2"]