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