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