GroupId | GroupIdcom.tangorabox |
---|---|
ArtifactId | ArtifactIdcomponent-inspector |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
component-inspector-1.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tangorabox/component-inspector/ -->
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tangorabox/component-inspector/
implementation 'com.tangorabox:component-inspector:1.0.1'
// https://jarcasting.com/artifacts/com.tangorabox/component-inspector/
implementation ("com.tangorabox:component-inspector:1.0.1")
'com.tangorabox:component-inspector:pom:1.0.1'
<dependency org="com.tangorabox" name="component-inspector" rev="1.0.1">
<artifact name="component-inspector" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tangorabox', module='component-inspector', version='1.0.1')
)
libraryDependencies += "com.tangorabox" % "component-inspector" % "1.0.1"
[com.tangorabox/component-inspector "1.0.1"]