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