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