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