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