| Группа | Группаcom.intuit.benten |
|---|---|
| Идентификатор | Идентификаторbenten-common |
| Версия | Версия0.1.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| benten-common-0.1.4.pom | |
| benten-common-0.1.4.jar | 27 KB |
| benten-common-0.1.4-sources.jar | 17 KB |
| benten-common-0.1.4-javadoc.jar | 212 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.intuit.benten/benten-common/ -->
<dependency>
<groupId>com.intuit.benten</groupId>
<artifactId>benten-common</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.intuit.benten/benten-common/
implementation 'com.intuit.benten:benten-common:0.1.4'
// https://jarcasting.com/artifacts/com.intuit.benten/benten-common/
implementation ("com.intuit.benten:benten-common:0.1.4")
'com.intuit.benten:benten-common:jar:0.1.4'
<dependency org="com.intuit.benten" name="benten-common" rev="0.1.4">
<artifact name="benten-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intuit.benten', module='benten-common', version='0.1.4')
)
libraryDependencies += "com.intuit.benten" % "benten-common" % "0.1.4"
[com.intuit.benten/benten-common "0.1.4"]