Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.intelie.introspective |
ArtifactId | ArtifactIdintrospective |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
introspective-0.8.pom | |
introspective-0.8.jar | 41 KB |
introspective-0.8-sources.jar | 20 KB |
introspective-0.8-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.intelie.introspective/introspective/ -->
<dependency>
<groupId>net.intelie.introspective</groupId>
<artifactId>introspective</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.intelie.introspective/introspective/
implementation 'net.intelie.introspective:introspective:0.8'
// https://jarcasting.com/artifacts/net.intelie.introspective/introspective/
implementation ("net.intelie.introspective:introspective:0.8")
'net.intelie.introspective:introspective:jar:0.8'
<dependency org="net.intelie.introspective" name="introspective" rev="0.8">
<artifact name="introspective" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.intelie.introspective', module='introspective', version='0.8')
)
libraryDependencies += "net.intelie.introspective" % "introspective" % "0.8"
[net.intelie.introspective/introspective "0.8"]