GroupId | GroupIdcom.onloupe |
---|---|
ArtifactId | ArtifactIdloupe-api |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
loupe-api-1.0.1.pom | |
loupe-api-1.0.1.jar | 9 KB |
loupe-api-1.0.1-sources.jar | 16 KB |
loupe-api-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.onloupe/loupe-api/
implementation 'com.onloupe:loupe-api:1.0.1'
// https://jarcasting.com/artifacts/com.onloupe/loupe-api/
implementation ("com.onloupe:loupe-api:1.0.1")
'com.onloupe:loupe-api:jar:1.0.1'
<dependency org="com.onloupe" name="loupe-api" rev="1.0.1">
<artifact name="loupe-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onloupe', module='loupe-api', version='1.0.1')
)
libraryDependencies += "com.onloupe" % "loupe-api" % "1.0.1"
[com.onloupe/loupe-api "1.0.1"]