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