Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.openutils |
ArtifactId | ArtifactIdopenutils-mgnltasks |
Version | Version4.0.3 |
Type | Typejar |
Filename | Size |
---|---|
openutils-mgnltasks-4.0.3.pom | |
openutils-mgnltasks-4.0.3.jar | 36 KB |
openutils-mgnltasks-4.0.3-sources.jar | 32 KB |
openutils-mgnltasks-4.0.3-javadoc.jar | 124 KB |
openutils-mgnltasks-4.0.3-bundle.zip | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnltasks/ -->
<dependency>
<groupId>net.sourceforge.openutils</groupId>
<artifactId>openutils-mgnltasks</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnltasks/
implementation 'net.sourceforge.openutils:openutils-mgnltasks:4.0.3'
// https://jarcasting.com/artifacts/net.sourceforge.openutils/openutils-mgnltasks/
implementation ("net.sourceforge.openutils:openutils-mgnltasks:4.0.3")
'net.sourceforge.openutils:openutils-mgnltasks:jar:4.0.3'
<dependency org="net.sourceforge.openutils" name="openutils-mgnltasks" rev="4.0.3">
<artifact name="openutils-mgnltasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.openutils', module='openutils-mgnltasks', version='4.0.3')
)
libraryDependencies += "net.sourceforge.openutils" % "openutils-mgnltasks" % "4.0.3"
[net.sourceforge.openutils/openutils-mgnltasks "4.0.3"]