GroupId | GroupIdcom.linkedin.migz |
---|---|
ArtifactId | ArtifactIdmigz |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
migz-1.0.1.pom | |
migz-1.0.1.jar | 11 KB |
migz-1.0.1-sources.jar | 10 KB |
migz-1.0.1-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.migz/migz/ -->
<dependency>
<groupId>com.linkedin.migz</groupId>
<artifactId>migz</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.migz/migz/
implementation 'com.linkedin.migz:migz:1.0.1'
// https://jarcasting.com/artifacts/com.linkedin.migz/migz/
implementation ("com.linkedin.migz:migz:1.0.1")
'com.linkedin.migz:migz:jar:1.0.1'
<dependency org="com.linkedin.migz" name="migz" rev="1.0.1">
<artifact name="migz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.migz', module='migz', version='1.0.1')
)
libraryDependencies += "com.linkedin.migz" % "migz" % "1.0.1"
[com.linkedin.migz/migz "1.0.1"]