| License |
License |
|---|---|
| GroupId | GroupIdorg.e-hoffman.crypto |
| ArtifactId | ArtifactIdPropertyFileEncryptionParent |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionPropertyFileEncryptionParent
A parent pom for opensource projects. It only configures plugins, some extensively, but leaves the project classpath alone.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| PropertyFileEncryptionParent-1.0.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.crypto/PropertyFileEncryptionParent/ -->
<dependency>
<groupId>org.e-hoffman.crypto</groupId>
<artifactId>PropertyFileEncryptionParent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/PropertyFileEncryptionParent/
implementation 'org.e-hoffman.crypto:PropertyFileEncryptionParent:1.0.0'
// https://jarcasting.com/artifacts/org.e-hoffman.crypto/PropertyFileEncryptionParent/
implementation ("org.e-hoffman.crypto:PropertyFileEncryptionParent:1.0.0")
'org.e-hoffman.crypto:PropertyFileEncryptionParent:pom:1.0.0'
<dependency org="org.e-hoffman.crypto" name="PropertyFileEncryptionParent" rev="1.0.0">
<artifact name="PropertyFileEncryptionParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.crypto', module='PropertyFileEncryptionParent', version='1.0.0')
)
libraryDependencies += "org.e-hoffman.crypto" % "PropertyFileEncryptionParent" % "1.0.0"
[org.e-hoffman.crypto/PropertyFileEncryptionParent "1.0.0"]