GroupId | GroupIdcom.clutchproject |
---|---|
ArtifactId | ArtifactIdfprint-core |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
fprint-core-0.1.pom | |
fprint-core-0.1.jar | 11 KB |
fprint-core-0.1-sources.jar | 16 KB |
fprint-core-0.1-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.clutchproject/fprint-core/ -->
<dependency>
<groupId>com.clutchproject</groupId>
<artifactId>fprint-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.clutchproject/fprint-core/
implementation 'com.clutchproject:fprint-core:0.1'
// https://jarcasting.com/artifacts/com.clutchproject/fprint-core/
implementation ("com.clutchproject:fprint-core:0.1")
'com.clutchproject:fprint-core:jar:0.1'
<dependency org="com.clutchproject" name="fprint-core" rev="0.1">
<artifact name="fprint-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clutchproject', module='fprint-core', version='0.1')
)
libraryDependencies += "com.clutchproject" % "fprint-core" % "0.1"
[com.clutchproject/fprint-core "0.1"]