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