GroupId | GroupIdcom.oneeyedmen |
---|---|
ArtifactId | ArtifactIdkonsent |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
konsent-0.1.0.pom | |
konsent-0.1.0.jar | 43 KB |
konsent-0.1.0-sources.jar | 7 KB |
konsent-0.1.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneeyedmen/konsent/ -->
<dependency>
<groupId>com.oneeyedmen</groupId>
<artifactId>konsent</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneeyedmen/konsent/
implementation 'com.oneeyedmen:konsent:0.1.0'
// https://jarcasting.com/artifacts/com.oneeyedmen/konsent/
implementation ("com.oneeyedmen:konsent:0.1.0")
'com.oneeyedmen:konsent:jar:0.1.0'
<dependency org="com.oneeyedmen" name="konsent" rev="0.1.0">
<artifact name="konsent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneeyedmen', module='konsent', version='0.1.0')
)
libraryDependencies += "com.oneeyedmen" % "konsent" % "0.1.0"
[com.oneeyedmen/konsent "0.1.0"]