| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.twosigma.webtau |
| ArtifactId | ArtifactIdwebtau-config |
| Version | Version0.27 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webtau-config-0.27.pom | |
| webtau-config-0.27.jar | 13 KB |
| webtau-config-0.27-sources.jar | 7 KB |
| webtau-config-0.27-javadoc.jar | 376 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-config/ -->
<dependency>
<groupId>com.twosigma.webtau</groupId>
<artifactId>webtau-config</artifactId>
<version>0.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-config/
implementation 'com.twosigma.webtau:webtau-config:0.27'
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-config/
implementation ("com.twosigma.webtau:webtau-config:0.27")
'com.twosigma.webtau:webtau-config:jar:0.27'
<dependency org="com.twosigma.webtau" name="webtau-config" rev="0.27">
<artifact name="webtau-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twosigma.webtau', module='webtau-config', version='0.27')
)
libraryDependencies += "com.twosigma.webtau" % "webtau-config" % "0.27"
[com.twosigma.webtau/webtau-config "0.27"]