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