Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.optionfactory |
ArtifactId | ArtifactIdrosemary |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
rosemary-1.0.pom | |
rosemary-1.0.jar | 7 KB |
rosemary-1.0-sources.jar | 3 KB |
rosemary-1.0-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.optionfactory/rosemary/ -->
<dependency>
<groupId>net.optionfactory</groupId>
<artifactId>rosemary</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.optionfactory/rosemary/
implementation 'net.optionfactory:rosemary:1.0'
// https://jarcasting.com/artifacts/net.optionfactory/rosemary/
implementation ("net.optionfactory:rosemary:1.0")
'net.optionfactory:rosemary:jar:1.0'
<dependency org="net.optionfactory" name="rosemary" rev="1.0">
<artifact name="rosemary" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.optionfactory', module='rosemary', version='1.0')
)
libraryDependencies += "net.optionfactory" % "rosemary" % "1.0"
[net.optionfactory/rosemary "1.0"]