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