Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.tenonedesign.t1autograph |
ArtifactId | ArtifactIdt1autograph |
Version | Version2.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
t1autograph-2.0.4.pom | |
t1autograph-2.0.4-sources.jar | 37 KB |
t1autograph-2.0.4-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tenonedesign.t1autograph/t1autograph/ -->
<dependency>
<groupId>com.tenonedesign.t1autograph</groupId>
<artifactId>t1autograph</artifactId>
<version>2.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tenonedesign.t1autograph/t1autograph/
implementation 'com.tenonedesign.t1autograph:t1autograph:2.0.4'
// https://jarcasting.com/artifacts/com.tenonedesign.t1autograph/t1autograph/
implementation ("com.tenonedesign.t1autograph:t1autograph:2.0.4")
'com.tenonedesign.t1autograph:t1autograph:aar:2.0.4'
<dependency org="com.tenonedesign.t1autograph" name="t1autograph" rev="2.0.4">
<artifact name="t1autograph" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tenonedesign.t1autograph', module='t1autograph', version='2.0.4')
)
libraryDependencies += "com.tenonedesign.t1autograph" % "t1autograph" % "2.0.4"
[com.tenonedesign.t1autograph/t1autograph "2.0.4"]