Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.zaubersoftware.commons.web |
ArtifactId | ArtifactIdcommons-web-transformation |
Version | Version3.49 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-transformation/ -->
<dependency>
<groupId>com.zaubersoftware.commons.web</groupId>
<artifactId>commons-web-transformation</artifactId>
<version>3.49</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-transformation/
implementation 'com.zaubersoftware.commons.web:commons-web-transformation:3.49'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.web/commons-web-transformation/
implementation ("com.zaubersoftware.commons.web:commons-web-transformation:3.49")
'com.zaubersoftware.commons.web:commons-web-transformation:jar:3.49'
<dependency org="com.zaubersoftware.commons.web" name="commons-web-transformation" rev="3.49">
<artifact name="commons-web-transformation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.web', module='commons-web-transformation', version='3.49')
)
libraryDependencies += "com.zaubersoftware.commons.web" % "commons-web-transformation" % "3.49"
[com.zaubersoftware.commons.web/commons-web-transformation "3.49"]