License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdautoclose |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionautoclose
Autoclose objects at exit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autoclose-0.1.pom | |
autoclose-0.1.jar | 7 KB |
autoclose-0.1-sources.jar | 5 KB |
autoclose-0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/autoclose/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>autoclose</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/autoclose/
implementation 'xyz.cofe:autoclose:0.1'
// https://jarcasting.com/artifacts/xyz.cofe/autoclose/
implementation ("xyz.cofe:autoclose:0.1")
'xyz.cofe:autoclose:jar:0.1'
<dependency org="xyz.cofe" name="autoclose" rev="0.1">
<artifact name="autoclose" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='autoclose', version='0.1')
)
libraryDependencies += "xyz.cofe" % "autoclose" % "0.1"
[xyz.cofe/autoclose "0.1"]