| GroupId | GroupIdorg.perfectable |
|---|---|
| ArtifactId | ArtifactIdintrospectable |
| Version | Version4.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| introspectable-4.0.1.pom | |
| introspectable-4.0.1.jar | 237 KB |
| introspectable-4.0.1-sources.jar | 92 KB |
| introspectable-4.0.1-javadoc.jar | 363 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.perfectable/introspectable/ -->
<dependency>
<groupId>org.perfectable</groupId>
<artifactId>introspectable</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.perfectable/introspectable/
implementation 'org.perfectable:introspectable:4.0.1'
// https://jarcasting.com/artifacts/org.perfectable/introspectable/
implementation ("org.perfectable:introspectable:4.0.1")
'org.perfectable:introspectable:jar:4.0.1'
<dependency org="org.perfectable" name="introspectable" rev="4.0.1">
<artifact name="introspectable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.perfectable', module='introspectable', version='4.0.1')
)
libraryDependencies += "org.perfectable" % "introspectable" % "4.0.1"
[org.perfectable/introspectable "4.0.1"]