| License |
License |
|---|---|
| GroupId | GroupIdorg.polyglotted.attributerepo |
| ArtifactId | ArtifactIdattribute-repo-core |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionA repository for managing attributes or property files for application artifacts based on Git
|
| Project Organization |
Project OrganizationPolyglotted Org |
| Filename | Size |
|---|---|
| attribute-repo-core-1.0.0.pom | |
| attribute-repo-core-1.0.0.jar | 42 KB |
| attribute-repo-core-1.0.0-sources.jar | 27 KB |
| attribute-repo-core-1.0.0-javadoc.jar | 190 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.polyglotted.attributerepo/attribute-repo-core/ -->
<dependency>
<groupId>org.polyglotted.attributerepo</groupId>
<artifactId>attribute-repo-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.polyglotted.attributerepo/attribute-repo-core/
implementation 'org.polyglotted.attributerepo:attribute-repo-core:1.0.0'
// https://jarcasting.com/artifacts/org.polyglotted.attributerepo/attribute-repo-core/
implementation ("org.polyglotted.attributerepo:attribute-repo-core:1.0.0")
'org.polyglotted.attributerepo:attribute-repo-core:jar:1.0.0'
<dependency org="org.polyglotted.attributerepo" name="attribute-repo-core" rev="1.0.0">
<artifact name="attribute-repo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.polyglotted.attributerepo', module='attribute-repo-core', version='1.0.0')
)
libraryDependencies += "org.polyglotted.attributerepo" % "attribute-repo-core" % "1.0.0"
[org.polyglotted.attributerepo/attribute-repo-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.5 |
| com.google.guava : guava | jar | 14.0.1 |
| org.polyglotted : crypto-recipes | jar | 1.0.1 |
| org.apache.httpcomponents : httpclient | jar | 4.2.5 |
| com.google.code.gson : gson | jar | 2.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 0.12.0 |
| org.springframework : spring-context | jar | 3.2.2.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| log4j : log4j | jar | 1.2.17 |
| com.googlecode.jmockit : jmockit | jar | 1.2 |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.springframework : spring-test | jar | 3.2.2.RELEASE |