| License |
License |
|---|---|
| GroupId | GroupIdorg.refcodes |
| ArtifactId | ArtifactIdrefcodes-runtime |
| Version | Version2.2.0 |
| Type | Typejar |
| Description |
Descriptionorg.refcodes:refcodes-runtime
Artifact for providing runtime information on software systems and
objects (introspection, reflection, meta-programming).
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| refcodes-runtime-2.2.0.pom | |
| refcodes-runtime-2.2.0.jar | 51 KB |
| refcodes-runtime-2.2.0-tests.jar | 14 KB |
| refcodes-runtime-2.2.0-test-sources.jar | 12 KB |
| refcodes-runtime-2.2.0-sources.jar | 51 KB |
| refcodes-runtime-2.2.0-javadoc.jar | 525 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-runtime/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-runtime</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-runtime/
implementation 'org.refcodes:refcodes-runtime:2.2.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-runtime/
implementation ("org.refcodes:refcodes-runtime:2.2.0")
'org.refcodes:refcodes-runtime:jar:2.2.0'
<dependency org="org.refcodes" name="refcodes-runtime" rev="2.2.0">
<artifact name="refcodes-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-runtime', version='2.2.0')
)
libraryDependencies += "org.refcodes" % "refcodes-runtime" % "2.2.0"
[org.refcodes/refcodes-runtime "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.refcodes : refcodes-data | jar | 2.2.0 |
| org.refcodes : refcodes-exception | jar | 2.2.0 |
| org.refcodes : refcodes-generator | jar | 2.2.0 |
| org.refcodes : refcodes-struct | jar | 2.2.0 |
| org.fusesource.jansi : jansi | jar | 2.3.2 |
| org.refcodes : refcodes-licensing | jar | 2.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |