Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.dpforge |
ArtifactId | ArtifactIdautoprefs-processor |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
autoprefs-processor-1.0.0.pom | |
autoprefs-processor-1.0.0.jar | 17 KB |
autoprefs-processor-1.0.0-sources.jar | 7 KB |
autoprefs-processor-1.0.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dpforge/autoprefs-processor/ -->
<dependency>
<groupId>com.dpforge</groupId>
<artifactId>autoprefs-processor</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dpforge/autoprefs-processor/
implementation 'com.dpforge:autoprefs-processor:1.0.0'
// https://jarcasting.com/artifacts/com.dpforge/autoprefs-processor/
implementation ("com.dpforge:autoprefs-processor:1.0.0")
'com.dpforge:autoprefs-processor:jar:1.0.0'
<dependency org="com.dpforge" name="autoprefs-processor" rev="1.0.0">
<artifact name="autoprefs-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dpforge', module='autoprefs-processor', version='1.0.0')
)
libraryDependencies += "com.dpforge" % "autoprefs-processor" % "1.0.0"
[com.dpforge/autoprefs-processor "1.0.0"]