License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.codebuilders |
ArtifactId | ArtifactIdridl |
Last Version | Last Version4.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Runtime Interface Definition Library
The type library and the precompiled Java interfaces of the UDK API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ridl-4.1.6.pom | |
ridl-4.1.6.jar | 253 KB |
ridl-4.1.6-sources.jar | 51 KB |
ridl-4.1.6-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.codebuilders/ridl/ -->
<dependency>
<groupId>net.codebuilders</groupId>
<artifactId>ridl</artifactId>
<version>4.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.codebuilders/ridl/
implementation 'net.codebuilders:ridl:4.1.6'
// https://jarcasting.com/artifacts/net.codebuilders/ridl/
implementation ("net.codebuilders:ridl:4.1.6")
'net.codebuilders:ridl:jar:4.1.6'
<dependency org="net.codebuilders" name="ridl" rev="4.1.6">
<artifact name="ridl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codebuilders', module='ridl', version='4.1.6')
)
libraryDependencies += "net.codebuilders" % "ridl" % "4.1.6"
[net.codebuilders/ridl "4.1.6"]