| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.twosigma.webtau |
| ArtifactId | ArtifactIdwebtau-config |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webtau-config-1.2.pom | |
| webtau-config-1.2.jar | 14 KB |
| webtau-config-1.2-sources.jar | 8 KB |
| webtau-config-1.2-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>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-config/
implementation 'com.twosigma.webtau:webtau-config:1.2'
// https://jarcasting.com/artifacts/com.twosigma.webtau/webtau-config/
implementation ("com.twosigma.webtau:webtau-config:1.2")
'com.twosigma.webtau:webtau-config:jar:1.2'
<dependency org="com.twosigma.webtau" name="webtau-config" rev="1.2">
<artifact name="webtau-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twosigma.webtau', module='webtau-config', version='1.2')
)
libraryDependencies += "com.twosigma.webtau" % "webtau-config" % "1.2"
[com.twosigma.webtau/webtau-config "1.2"]