GroupId | GroupIdcom.github.thepacific |
---|---|
ArtifactId | ArtifactIdmvc |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
mvc-0.0.1.pom | |
mvc-0.0.1.aar | 20 KB |
mvc-0.0.1-sources.jar | 53 KB |
mvc-0.0.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thepacific/mvc/ -->
<dependency>
<groupId>com.github.thepacific</groupId>
<artifactId>mvc</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thepacific/mvc/
implementation 'com.github.thepacific:mvc:0.0.1'
// https://jarcasting.com/artifacts/com.github.thepacific/mvc/
implementation ("com.github.thepacific:mvc:0.0.1")
'com.github.thepacific:mvc:aar:0.0.1'
<dependency org="com.github.thepacific" name="mvc" rev="0.0.1">
<artifact name="mvc" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thepacific', module='mvc', version='0.0.1')
)
libraryDependencies += "com.github.thepacific" % "mvc" % "0.0.1"
[com.github.thepacific/mvc "0.0.1"]