Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.openutils |
ArtifactId | ArtifactIdopenutils-mgnlext |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
openutils-mgnlext-2.2.pom | |
openutils-mgnlext-2.2.jar | 766 KB |
openutils-mgnlext-2.2-sources.jar | 764 KB |
openutils-mgnlext-2.2-bundle.zip | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlext/ -->
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-mgnlext</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlext/
implementation 'net.sourceforge.openutils:openutils-mgnlext:2.2'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnlext/
implementation ("net.sourceforge.openutils:openutils-mgnlext:2.2")
'net.sourceforge.openutils:openutils-mgnlext:jar:2.2'
<dependency org="net.sourceforge.openutils" name="openutils-mgnlext" rev="2.2">
<artifact name="openutils-mgnlext" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-mgnlext', version='2.2')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-mgnlext" % "2.2"
[net.sourceforge.openutils/openutils-mgnlext "2.2"]