Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.fortytwo.smsn |
ArtifactId | ArtifactIdtypeatron |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
typeatron-1.3.pom | |
typeatron-1.3.jar | 95 KB |
typeatron-1.3-tests.jar | 5 KB |
typeatron-1.3-sources.jar | 44 KB |
typeatron-1.3-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.fortytwo.smsn/typeatron/ -->
<dependency>
<groupId>net.fortytwo.smsn</groupId>
<artifactId>typeatron</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.fortytwo.smsn/typeatron/
implementation 'net.fortytwo.smsn:typeatron:1.3'
// https://jarcasting.com/artifacts/net.fortytwo.smsn/typeatron/
implementation ("net.fortytwo.smsn:typeatron:1.3")
'net.fortytwo.smsn:typeatron:jar:1.3'
<dependency org="net.fortytwo.smsn" name="typeatron" rev="1.3">
<artifact name="typeatron" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fortytwo.smsn', module='typeatron', version='1.3')
)
libraryDependencies += "net.fortytwo.smsn" % "typeatron" % "1.3"
[net.fortytwo.smsn/typeatron "1.3"]