License |
License |
---|---|
GroupId | GroupIdcom.ygmodesto.modernfit |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionModernfit Parent
A compile-time type-safe HTTP client for Android and Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.0.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ygmodesto.modernfit/parent/ -->
<dependency>
<groupId>com.ygmodesto.modernfit</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ygmodesto.modernfit/parent/
implementation 'com.ygmodesto.modernfit:parent:1.0.0'
// https://jarcasting.com/artifacts/com.ygmodesto.modernfit/parent/
implementation ("com.ygmodesto.modernfit:parent:1.0.0")
'com.ygmodesto.modernfit:parent:pom:1.0.0'
<dependency org="com.ygmodesto.modernfit" name="parent" rev="1.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ygmodesto.modernfit', module='parent', version='1.0.0')
)
libraryDependencies += "com.ygmodesto.modernfit" % "parent" % "1.0.0"
[com.ygmodesto.modernfit/parent "1.0.0"]