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