GroupId | GroupIdcom.onloupe |
---|---|
ArtifactId | ArtifactIdloupe-api |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
loupe-api-1.0.0.pom | |
loupe-api-1.0.0.jar | 9 KB |
loupe-api-1.0.0-sources.jar | 16 KB |
loupe-api-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.onloupe/loupe-api/ -->
<dependency>
<groupId>com.onloupe</groupId>
<artifactId>loupe-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.onloupe/loupe-api/
implementation 'com.onloupe:loupe-api:1.0.0'
// https://jarcasting.com/artifacts/com.onloupe/loupe-api/
implementation ("com.onloupe:loupe-api:1.0.0")
'com.onloupe:loupe-api:jar:1.0.0'
<dependency org="com.onloupe" name="loupe-api" rev="1.0.0">
<artifact name="loupe-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onloupe', module='loupe-api', version='1.0.0')
)
libraryDependencies += "com.onloupe" % "loupe-api" % "1.0.0"
[com.onloupe/loupe-api "1.0.0"]