GroupId | GroupIdcom.codeplex.wsitbt |
---|---|
ArtifactId | ArtifactIdbundle |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
bundle-1.0.3.pom | |
bundle-1.0.3.zip | 1 KB |
bundle-1.0.3-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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codeplex.wsitbt/bundle/
implementation 'com.codeplex.wsitbt:bundle:1.0.3'
// https://jarcasting.com/artifacts/com.codeplex.wsitbt/bundle/
implementation ("com.codeplex.wsitbt:bundle:1.0.3")
'com.codeplex.wsitbt:bundle:pom:1.0.3'
<dependency org="com.codeplex.wsitbt" name="bundle" rev="1.0.3">
<artifact name="bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codeplex.wsitbt', module='bundle', version='1.0.3')
)
libraryDependencies += "com.codeplex.wsitbt" % "bundle" % "1.0.3"
[com.codeplex.wsitbt/bundle "1.0.3"]