GroupId | GroupIdcom.handcraftedbits |
---|---|
ArtifactId | ArtifactIdhandcraftedbits-license |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.handcraftedbits/handcraftedbits-license/ -->
<dependency>
<groupId>com.handcraftedbits</groupId>
<artifactId>handcraftedbits-license</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.handcraftedbits/handcraftedbits-license/
implementation 'com.handcraftedbits:handcraftedbits-license:1.0.1'
// https://jarcasting.com/artifacts/com.handcraftedbits/handcraftedbits-license/
implementation ("com.handcraftedbits:handcraftedbits-license:1.0.1")
'com.handcraftedbits:handcraftedbits-license:jar:1.0.1'
<dependency org="com.handcraftedbits" name="handcraftedbits-license" rev="1.0.1">
<artifact name="handcraftedbits-license" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.handcraftedbits', module='handcraftedbits-license', version='1.0.1')
)
libraryDependencies += "com.handcraftedbits" % "handcraftedbits-license" % "1.0.1"
[com.handcraftedbits/handcraftedbits-license "1.0.1"]