| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.spotify.dataenum |
| ArtifactId | ArtifactIddataenum-processor |
| Version | Version1.4.1 |
| Type | Typejar |
| Description |
DescriptionDataenum Annotation Processor
The Spotify Root project helps establish consistent Maven conventions by being the parent POM
for other participating projects.
|
| Filename | Size |
|---|---|
| dataenum-processor-1.4.1.pom | |
| dataenum-processor-1.4.1.jar | 44 KB |
| dataenum-processor-1.4.1-sources.jar | 30 KB |
| dataenum-processor-1.4.1-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify.dataenum/dataenum-processor/ -->
<dependency>
<groupId>com.spotify.dataenum</groupId>
<artifactId>dataenum-processor</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.dataenum/dataenum-processor/
implementation 'com.spotify.dataenum:dataenum-processor:1.4.1'
// https://jarcasting.com/artifacts/com.spotify.dataenum/dataenum-processor/
implementation ("com.spotify.dataenum:dataenum-processor:1.4.1")
'com.spotify.dataenum:dataenum-processor:jar:1.4.1'
<dependency org="com.spotify.dataenum" name="dataenum-processor" rev="1.4.1">
<artifact name="dataenum-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.dataenum', module='dataenum-processor', version='1.4.1')
)
libraryDependencies += "com.spotify.dataenum" % "dataenum-processor" % "1.4.1"
[com.spotify.dataenum/dataenum-processor "1.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.spotify.dataenum : dataenum | jar | 1.4.1 |
| com.squareup : javapoet | jar | 1.9.0 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.testing.compile : compile-testing | jar | 0.14 |
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.8.0 |