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