GroupId | GroupIdorg.mod4j |
---|---|
ArtifactId | ArtifactIdmod4j-service-mm |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
mod4j-service-mm-1.2.0.pom | |
mod4j-service-mm-1.2.0.jar | 44 KB |
mod4j-service-mm-1.2.0-sources.jar | 38 KB |
mod4j-service-mm-1.2.0-javadoc.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j/mod4j-service-mm/ -->
<dependency>
<groupId>org.mod4j</groupId>
<artifactId>mod4j-service-mm</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j/mod4j-service-mm/
implementation 'org.mod4j:mod4j-service-mm:1.2.0'
// https://jarcasting.com/artifacts/org.mod4j/mod4j-service-mm/
implementation ("org.mod4j:mod4j-service-mm:1.2.0")
'org.mod4j:mod4j-service-mm:jar:1.2.0'
<dependency org="org.mod4j" name="mod4j-service-mm" rev="1.2.0">
<artifact name="mod4j-service-mm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j', module='mod4j-service-mm', version='1.2.0')
)
libraryDependencies += "org.mod4j" % "mod4j-service-mm" % "1.2.0"
[org.mod4j/mod4j-service-mm "1.2.0"]