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