GroupId | GroupIdcom.streamsend |
---|---|
ArtifactId | ArtifactIdpillar |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pillar-1.0.0.pom | |
pillar-1.0.0.jar | 94 KB |
pillar-1.0.0-sources.jar | 11 KB |
pillar-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.streamsend/pillar/ -->
<dependency>
<groupId>com.streamsend</groupId>
<artifactId>pillar</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.streamsend/pillar/
implementation 'com.streamsend:pillar:1.0.0'
// https://jarcasting.com/artifacts/com.streamsend/pillar/
implementation ("com.streamsend:pillar:1.0.0")
'com.streamsend:pillar:jar:1.0.0'
<dependency org="com.streamsend" name="pillar" rev="1.0.0">
<artifact name="pillar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.streamsend', module='pillar', version='1.0.0')
)
libraryDependencies += "com.streamsend" % "pillar" % "1.0.0"
[com.streamsend/pillar "1.0.0"]