Download JAR files tagged by multiplication with all dependencies
skillup.examples.rest-simple-multiplier from group io.github.aljoshakoecher.skillup (version 2.0.3)
A simple multiplication skill deployed as a skill with a RESTful interface
Group: io.github.aljoshakoecher.skillup Artifact: skillup.examples.rest-simple-multiplier
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact skillup.examples.rest-simple-multiplier
Group io.github.aljoshakoecher.skillup
Version 2.0.3
Last update 15. June 2023
Organization not specified
URL https://github.com/aljoshakoecher/skill-up/examples/skillup.examples.rest-simple-multiplier
License MIT License
Dependencies amount 2
Dependencies slf4j-simple, skillup.annotations,
There are maybe transitive dependencies!
Group io.github.aljoshakoecher.skillup
Version 2.0.3
Last update 15. June 2023
Organization not specified
URL https://github.com/aljoshakoecher/skill-up/examples/skillup.examples.rest-simple-multiplier
License MIT License
Dependencies amount 2
Dependencies slf4j-simple, skillup.annotations,
There are maybe transitive dependencies!
lwjgl-libdivide from group org.lwjgl (version 3.3.4)
A library that replaces expensive integer divides with comparatively cheap multiplication and bitshifts.
0 downloads
Artifact lwjgl-libdivide
Group org.lwjgl
Version 3.3.4
Last update 17. July 2024
Organization not specified
URL https://www.lwjgl.org
License BSD-3-Clause
Dependencies amount 1
Dependencies lwjgl,
There are maybe transitive dependencies!
Group org.lwjgl
Version 3.3.4
Last update 17. July 2024
Organization not specified
URL https://www.lwjgl.org
License BSD-3-Clause
Dependencies amount 1
Dependencies lwjgl,
There are maybe transitive dependencies!
neural-network-native-ops from group com.rtbhouse.model (version 0.4.1)
Small Java lib with few neural network operations:
ReLU, linearForward and simple matrix-by-vector multiplication.
Group: com.rtbhouse.model Artifact: neural-network-native-ops
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact neural-network-native-ops
Group com.rtbhouse.model
Version 0.4.1
Last update 08. November 2016
Organization not specified
URL https://github.com/RTBHOUSE/neural-network-native-ops
License GNU GPL v3
Dependencies amount 2
Dependencies javacpp, jniloader,
There are maybe transitive dependencies!
Group com.rtbhouse.model
Version 0.4.1
Last update 08. November 2016
Organization not specified
URL https://github.com/RTBHOUSE/neural-network-native-ops
License GNU GPL v3
Dependencies amount 2
Dependencies javacpp, jniloader,
There are maybe transitive dependencies!
common-utils from group space.tanghy (version 1.0.1)
Java has a problem with precision when dealing with double and float addition, subtraction, multiplication and division operations, so it's a good idea to solve this problem and create some useful tool libraries
0 downloads
Artifact common-utils
Group space.tanghy
Version 1.0.1
Last update 07. January 2021
Organization not specified
URL https://github.com/wozaifeiyang0/common-utils
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies httpclient,
There are maybe transitive dependencies!
Group space.tanghy
Version 1.0.1
Last update 07. January 2021
Organization not specified
URL https://github.com/wozaifeiyang0/common-utils
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies httpclient,
There are maybe transitive dependencies!
tanghy-test from group site.tanghy (version 1.0.1)
0 downloads
Artifact tanghy-test
Group site.tanghy
Version 1.0.1
Last update 08. June 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group site.tanghy
Version 1.0.1
Last update 08. June 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
tanghy-utils from group site.tanghy (version 1.0.1)
0 downloads
Artifact tanghy-utils
Group site.tanghy
Version 1.0.1
Last update 08. June 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group site.tanghy
Version 1.0.1
Last update 08. June 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
tanghy-core from group site.tanghy (version 1.0.1)
Artifact tanghy-core
Group site.tanghy
Version 1.0.1
Last update 08. June 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group site.tanghy
Version 1.0.1
Last update 08. June 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
tanghy-parent from group site.tanghy (version 1.0.1)
Java has a problem with precision when dealing with double and float addition, subtraction, multiplication and division operations, so it's a good idea to solve this problem and create some useful tool libraries
Group: site.tanghy Artifact: tanghy-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact tanghy-parent
Group site.tanghy
Version 1.0.1
Last update 08. June 2020
Organization not specified
URL https://github.com/wozaifeiyang0/tanghy-parent
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group site.tanghy
Version 1.0.1
Last update 08. June 2020
Organization not specified
URL https://github.com/wozaifeiyang0/tanghy-parent
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
common-utils from group site.tanghy (version 1.0.7)
Java has a problem with precision when dealing with double and float addition, subtraction, multiplication and division operations, so it's a good idea to solve this problem and create some useful tool libraries
0 downloads
Artifact common-utils
Group site.tanghy
Version 1.0.7
Last update 26. May 2020
Organization not specified
URL https://github.com/wozaifeiyang0/common-utils
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies httpclient,
There are maybe transitive dependencies!
Group site.tanghy
Version 1.0.7
Last update 26. May 2020
Organization not specified
URL https://github.com/wozaifeiyang0/common-utils
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies httpclient,
There are maybe transitive dependencies!
mt-java from group com.github.hullbend (version 1.1.0)
Matrix data structures, linear solvers, least squares methods, eigenvalue,
and singular value decompositions. For larger random dense matrices (above ~ 350 x 350)
matrix-matrix multiplication C = A.B is about 50% faster than MTJ.
9 downloads
Artifact mt-java
Group com.github.hullbend
Version 1.1.0
Last update 01. January 2019
Organization not specified
URL https://github.com/HullBend/mt-java/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.hullbend
Version 1.1.0
Last update 01. January 2019
Organization not specified
URL https://github.com/HullBend/mt-java/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1 from 2 (items total 11)