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