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