GroupId | GroupIdcom.github.splunk.lightproto |
---|---|
ArtifactId | ArtifactIdlightproto-tests |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
lightproto-tests-0.3.pom | |
lightproto-tests-0.3.jar | 1 MB |
lightproto-tests-0.3-sources.jar | 583 KB |
lightproto-tests-0.3-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.splunk.lightproto/lightproto-tests/ -->
<dependency>
<groupId>com.github.splunk.lightproto</groupId>
<artifactId>lightproto-tests</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.splunk.lightproto/lightproto-tests/
implementation 'com.github.splunk.lightproto:lightproto-tests:0.3'
// https://jarcasting.com/artifacts/com.github.splunk.lightproto/lightproto-tests/
implementation ("com.github.splunk.lightproto:lightproto-tests:0.3")
'com.github.splunk.lightproto:lightproto-tests:jar:0.3'
<dependency org="com.github.splunk.lightproto" name="lightproto-tests" rev="0.3">
<artifact name="lightproto-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.splunk.lightproto', module='lightproto-tests', version='0.3')
)
libraryDependencies += "com.github.splunk.lightproto" % "lightproto-tests" % "0.3"
[com.github.splunk.lightproto/lightproto-tests "0.3"]