| License |
License |
|---|---|
| GroupId | GroupIdcom.aoindustries |
| ArtifactId | ArtifactIdao-lang |
| Version | Version5.0.0 |
| Type | Typepom |
| Description |
DescriptionAO Lang
Minimal Java library with no external dependencies shared by many other projects.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ao-lang-5.0.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-lang/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-lang</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-lang/
implementation 'com.aoindustries:ao-lang:5.0.0'
// https://jarcasting.com/artifacts/com.aoindustries/ao-lang/
implementation ("com.aoindustries:ao-lang:5.0.0")
'com.aoindustries:ao-lang:pom:5.0.0'
<dependency org="com.aoindustries" name="ao-lang" rev="5.0.0">
<artifact name="ao-lang" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-lang', version='5.0.0')
)
libraryDependencies += "com.aoindustries" % "ao-lang" % "5.0.0"
[com.aoindustries/ao-lang "5.0.0"]