GroupId | GroupIdcom.codeplex.wsitbt |
---|---|
ArtifactId | ArtifactIdbundle |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
bundle-1.0.6.pom | |
bundle-1.0.6.zip | 1 KB |
bundle-1.0.6-site.xml | 958 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeplex.wsitbt/bundle/ -->
<dependency>
<groupId>com.codeplex.wsitbt</groupId>
<artifactId>bundle</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codeplex.wsitbt/bundle/
implementation 'com.codeplex.wsitbt:bundle:1.0.6'
// https://jarcasting.com/artifacts/com.codeplex.wsitbt/bundle/
implementation ("com.codeplex.wsitbt:bundle:1.0.6")
'com.codeplex.wsitbt:bundle:pom:1.0.6'
<dependency org="com.codeplex.wsitbt" name="bundle" rev="1.0.6">
<artifact name="bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codeplex.wsitbt', module='bundle', version='1.0.6')
)
libraryDependencies += "com.codeplex.wsitbt" % "bundle" % "1.0.6"
[com.codeplex.wsitbt/bundle "1.0.6"]