License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.ansill.lock |
ArtifactId | ArtifactIdAutoLock |
Version | Version0.3.1 |
Type | Typejar |
Description |
Descriptioncom.ansill.lock:AutoLock
Library that extends Java Locks for use with Try-With-Resources
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
AutoLock-0.3.1.pom | |
AutoLock-0.3.1.jar | 10 KB |
AutoLock-0.3.1-sources.jar | 6 KB |
AutoLock-0.3.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ansill.lock/AutoLock/ -->
<dependency>
<groupId>com.ansill.lock</groupId>
<artifactId>AutoLock</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ansill.lock/AutoLock/
implementation 'com.ansill.lock:AutoLock:0.3.1'
// https://jarcasting.com/artifacts/com.ansill.lock/AutoLock/
implementation ("com.ansill.lock:AutoLock:0.3.1")
'com.ansill.lock:AutoLock:jar:0.3.1'
<dependency org="com.ansill.lock" name="AutoLock" rev="0.3.1">
<artifact name="AutoLock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ansill.lock', module='AutoLock', version='0.3.1')
)
libraryDependencies += "com.ansill.lock" % "AutoLock" % "0.3.1"
[com.ansill.lock/AutoLock "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
com.ansill.validation : validation | jar | 0.2.2 |
com.ansill.utility : utility | jar | 0.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |