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