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