License |
License
BSD 3-Clause
|
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdbrython |
Version | Version3.7.1 |
Type | Typejar |
Description |
Descriptionbrython
WebJar for brython
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
brython-3.7.1.pom | |
brython-3.7.1.jar | 1 MB |
brython-3.7.1-sources.jar | 22 bytes |
brython-3.7.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/brython/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>brython</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/brython/
implementation 'org.webjars.npm:brython:3.7.1'
// https://jarcasting.com/artifacts/org.webjars.npm/brython/
implementation ("org.webjars.npm:brython:3.7.1")
'org.webjars.npm:brython:jar:3.7.1'
<dependency org="org.webjars.npm" name="brython" rev="3.7.1">
<artifact name="brython" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='brython', version='3.7.1')
)
libraryDependencies += "org.webjars.npm" % "brython" % "3.7.1"
[org.webjars.npm/brython "3.7.1"]