Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.tinygroup |
ArtifactId | ArtifactIdorg.tinygroup.earthwormprocessor |
Version | Version3.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.earthwormprocessor/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.earthwormprocessor</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.earthwormprocessor/
implementation 'org.tinygroup:org.tinygroup.earthwormprocessor:3.4.3'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.earthwormprocessor/
implementation ("org.tinygroup:org.tinygroup.earthwormprocessor:3.4.3")
'org.tinygroup:org.tinygroup.earthwormprocessor:jar:3.4.3'
<dependency org="org.tinygroup" name="org.tinygroup.earthwormprocessor" rev="3.4.3">
<artifact name="org.tinygroup.earthwormprocessor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.earthwormprocessor', version='3.4.3')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.earthwormprocessor" % "3.4.3"
[org.tinygroup/org.tinygroup.earthwormprocessor "3.4.3"]