Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdmork |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
mork-1.1.0.pom | |
mork-1.1.0.jar | 339 KB |
mork-1.1.0-test-sources.jar | 46 KB |
mork-1.1.0-sources.jar | 244 KB |
mork-1.1.0-javadoc.jar | 951 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/mork/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>mork</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/mork/
implementation 'net.oneandone:mork:1.1.0'
// https://jarcasting.com/artifacts/net.oneandone/mork/
implementation ("net.oneandone:mork:1.1.0")
'net.oneandone:mork:jar:1.1.0'
<dependency org="net.oneandone" name="mork" rev="1.1.0">
<artifact name="mork" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='mork', version='1.1.0')
)
libraryDependencies += "net.oneandone" % "mork" % "1.1.0"
[net.oneandone/mork "1.1.0"]