License |
License |
---|---|
GroupId | GroupIdcom.robrua.nlp |
ArtifactId | ArtifactIdeasy-bert |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptioneasy-bert
A Dead Simple BERT API (https://github.com/google-research/bert)
|
Project URL |
Project URL |
Filename | Size |
---|---|
easy-bert-1.0.3.pom | |
easy-bert-1.0.3.jar | 20 KB |
easy-bert-1.0.3-sources.jar | 12 KB |
easy-bert-1.0.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.robrua.nlp/easy-bert/ -->
<dependency>
<groupId>com.robrua.nlp</groupId>
<artifactId>easy-bert</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.robrua.nlp/easy-bert/
implementation 'com.robrua.nlp:easy-bert:1.0.3'
// https://jarcasting.com/artifacts/com.robrua.nlp/easy-bert/
implementation ("com.robrua.nlp:easy-bert:1.0.3")
'com.robrua.nlp:easy-bert:jar:1.0.3'
<dependency org="com.robrua.nlp" name="easy-bert" rev="1.0.3">
<artifact name="easy-bert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robrua.nlp', module='easy-bert', version='1.0.3')
)
libraryDependencies += "com.robrua.nlp" % "easy-bert" % "1.0.3"
[com.robrua.nlp/easy-bert "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.google.guava : guava | jar | 27.1-jre |
org.tensorflow : tensorflow | jar | 1.13.1 |