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