GroupId | GroupIdcom.iwdnb |
---|---|
ArtifactId | ArtifactIdblqs |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
blqs-1.0.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iwdnb/blqs/ -->
<dependency>
<groupId>com.iwdnb</groupId>
<artifactId>blqs</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iwdnb/blqs/
implementation 'com.iwdnb:blqs:1.0.0'
// https://jarcasting.com/artifacts/com.iwdnb/blqs/
implementation ("com.iwdnb:blqs:1.0.0")
'com.iwdnb:blqs:pom:1.0.0'
<dependency org="com.iwdnb" name="blqs" rev="1.0.0">
<artifact name="blqs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iwdnb', module='blqs', version='1.0.0')
)
libraryDependencies += "com.iwdnb" % "blqs" % "1.0.0"
[com.iwdnb/blqs "1.0.0"]