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