License |
License |
---|---|
GroupId | GroupIdse.wfh.tools |
ArtifactId | ArtifactIdpropertygenerator |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpropertygenerator
Simple Java tool to generate accessor classes for properties and some other features
|
Filename | Size |
---|---|
propertygenerator-0.7.pom | |
propertygenerator-0.7.jar | 21 KB |
propertygenerator-0.7-sources.jar | 8 KB |
propertygenerator-0.7-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.wfh.tools/propertygenerator/ -->
<dependency>
<groupId>se.wfh.tools</groupId>
<artifactId>propertygenerator</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/se.wfh.tools/propertygenerator/
implementation 'se.wfh.tools:propertygenerator:0.7'
// https://jarcasting.com/artifacts/se.wfh.tools/propertygenerator/
implementation ("se.wfh.tools:propertygenerator:0.7")
'se.wfh.tools:propertygenerator:jar:0.7'
<dependency org="se.wfh.tools" name="propertygenerator" rev="0.7">
<artifact name="propertygenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.wfh.tools', module='propertygenerator', version='0.7')
)
libraryDependencies += "se.wfh.tools" % "propertygenerator" % "0.7"
[se.wfh.tools/propertygenerator "0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
ch.qos.logback : logback-classic | jar | 1.1.2 |