GroupId | GroupIdcom.aheaditec |
---|---|
ArtifactId | ArtifactIdarchitecture |
Version | Version1.0.2-alpha03 |
Type | Typeaar |
Filename | Size |
---|---|
architecture-1.0.2-alpha03.pom | |
architecture-1.0.2-alpha03-sources.jar | 585 bytes |
architecture-1.0.2-alpha03-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.aheaditec/architecture/ -->
<dependency>
<groupId>com.aheaditec</groupId>
<artifactId>architecture</artifactId>
<version>1.0.2-alpha03</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.aheaditec/architecture/
implementation 'com.aheaditec:architecture:1.0.2-alpha03'
// https://jarcasting.com/artifacts/com.aheaditec/architecture/
implementation ("com.aheaditec:architecture:1.0.2-alpha03")
'com.aheaditec:architecture:aar:1.0.2-alpha03'
<dependency org="com.aheaditec" name="architecture" rev="1.0.2-alpha03">
<artifact name="architecture" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.aheaditec', module='architecture', version='1.0.2-alpha03')
)
libraryDependencies += "com.aheaditec" % "architecture" % "1.0.2-alpha03"
[com.aheaditec/architecture "1.0.2-alpha03"]