GroupId | GroupIdorg.contextmapper |
---|---|
ArtifactId | ArtifactIdservice-cutter-library |
Version | Version1.0.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.contextmapper/service-cutter-library/ -->
<dependency>
<groupId>org.contextmapper</groupId>
<artifactId>service-cutter-library</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.contextmapper/service-cutter-library/
implementation 'org.contextmapper:service-cutter-library:1.0.0'
// https://jarcasting.com/artifacts/org.contextmapper/service-cutter-library/
implementation ("org.contextmapper:service-cutter-library:1.0.0")
'org.contextmapper:service-cutter-library:pom:1.0.0'
<dependency org="org.contextmapper" name="service-cutter-library" rev="1.0.0">
<artifact name="service-cutter-library" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.contextmapper', module='service-cutter-library', version='1.0.0')
)
libraryDependencies += "org.contextmapper" % "service-cutter-library" % "1.0.0"
[org.contextmapper/service-cutter-library "1.0.0"]