Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.openutils |
ArtifactId | ArtifactIdopenutils-mgnlgroovy |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlgroovy/ -->
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-mgnlgroovy</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlgroovy/
implementation 'net.sourceforge.openutils:openutils-mgnlgroovy:1.1'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlgroovy/
implementation ("net.sourceforge.openutils:openutils-mgnlgroovy:1.1")
'net.sourceforge.openutils:openutils-mgnlgroovy:jar:1.1'
<dependency org="net.sourceforge.openutils" name="openutils-mgnlgroovy" rev="1.1">
<artifact name="openutils-mgnlgroovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-mgnlgroovy', version='1.1')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-mgnlgroovy" % "1.1"
[net.sourceforge.openutils/openutils-mgnlgroovy "1.1"]