License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.kumbhar.dx |
ArtifactId | ArtifactIdrecord-hacks-annotations |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionrecord-hacks-annotations
record-hacks is a Java library that will help you track "creative solutions" in your code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.kumbhar.dx/record-hacks-annotations/ -->
<dependency>
<groupId>net.kumbhar.dx</groupId>
<artifactId>record-hacks-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kumbhar.dx/record-hacks-annotations/
implementation 'net.kumbhar.dx:record-hacks-annotations:1.0'
// https://jarcasting.com/artifacts/net.kumbhar.dx/record-hacks-annotations/
implementation ("net.kumbhar.dx:record-hacks-annotations:1.0")
'net.kumbhar.dx:record-hacks-annotations:jar:1.0'
<dependency org="net.kumbhar.dx" name="record-hacks-annotations" rev="1.0">
<artifact name="record-hacks-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kumbhar.dx', module='record-hacks-annotations', version='1.0')
)
libraryDependencies += "net.kumbhar.dx" % "record-hacks-annotations" % "1.0"
[net.kumbhar.dx/record-hacks-annotations "1.0"]