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