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