GroupId | GroupIdcom.marvelution |
---|---|
ArtifactId | ArtifactIdmarvelution-jar-resource-bundle |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
marvelution-jar-resource-bundle-1.0.pom | |
marvelution-jar-resource-bundle-1.0.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution/marvelution-jar-resource-bundle/ -->
<dependency>
<groupId>com.marvelution</groupId>
<artifactId>marvelution-jar-resource-bundle</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution/marvelution-jar-resource-bundle/
implementation 'com.marvelution:marvelution-jar-resource-bundle:1.0'
// https://jarcasting.com/artifacts/com.marvelution/marvelution-jar-resource-bundle/
implementation ("com.marvelution:marvelution-jar-resource-bundle:1.0")
'com.marvelution:marvelution-jar-resource-bundle:jar:1.0'
<dependency org="com.marvelution" name="marvelution-jar-resource-bundle" rev="1.0">
<artifact name="marvelution-jar-resource-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution', module='marvelution-jar-resource-bundle', version='1.0')
)
libraryDependencies += "com.marvelution" % "marvelution-jar-resource-bundle" % "1.0"
[com.marvelution/marvelution-jar-resource-bundle "1.0"]