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